home *** CD-ROM | disk | FTP | other *** search
/ Apple Reference & Presen…rary 8 (Internal Edition) / Apple R&P Lib Internal v8.0.iso / 5-Fonts & Software / Applications / Aldus FreeHand 3.0 / Aldus / PPDs / L300_471.PPD < prev    next >
Text File  |  1990-06-24  |  20KB  |  571 lines

  1. *% Adobe Systems PostScript(R) Printer Description File
  2. *% For "Linotype" version 47.1
  3. *% Produced by "GetAPD.ps" with some hand editing
  4. *%
  5. *% Copyright 1988, 1989 Adobe Systems Incorporated.  All Rights Reserved.
  6. *% Permission is granted for redistribution of this file as
  7. *% long as this copyright notice is intact and the contents
  8. *% of the file is not altered in any way from its original form.
  9. *%
  10. *% The byte count of this file should be exactly 020391 or 020961
  11. *% depending on the filesystem it resides in.
  12. *%
  13. *% Date: 4/6/89
  14. *FormatVersion: "3.0"
  15. *FileVersion: "2.0"
  16. *LanguageVersion: English
  17.  
  18. *Product: "(Linotype)"
  19. *PSVersion: "(47.1) 0"
  20. *NickName: "Linotronic 300 v47.1"
  21.  
  22. *% General Information and Defaults ===============
  23. *FreeVM: "176776"
  24. *ColorDevice: False
  25. *VariablePaperSize: True
  26.  
  27. *FileSystem: True
  28. *?FileSystem: "
  29.   statusdict begin diskstatus end
  30.   exch pop 0 eq {(False)} {(True)} ifelse = flush
  31. "
  32. *End
  33.  
  34. *Password: "0"
  35. *ExitServer: "
  36.   count 0 eq {  % is the password on the stack?
  37.     true 
  38.   }{
  39.     dup    % potential password
  40.     statusdict begin checkpassword end not
  41.   } ifelse 
  42.   {  %  if no password or not valid 
  43.     (WARNING : Cannot perform the exitserver command.) = 
  44.     (Password supplied is not valid.) = 
  45.     (Please contact the author of this software.) = flush
  46.     quit
  47.   } if 
  48.   serverdict begin exitserver
  49. "
  50. *End
  51.  
  52. *Reset: "
  53.   count 0 eq {  % is the password on the stack?
  54.     true 
  55.   }{
  56.     dup    % potential password
  57.     statusdict begin checkpassword end not
  58.   } ifelse 
  59.   {  %  if no password or not valid 
  60.     (WARNING : Cannot reset printer.) = 
  61.     (Password supplied is not valid.) = 
  62.     (Please contact the author of this software.) = flush
  63.     quit
  64.   } if 
  65.   serverdict begin exitserver
  66.   systemdict /quit get exec
  67.   (WARNING : Printer Reset Failed.) = flush
  68. "
  69. *End
  70.  
  71. *DefaultResolution: 1270dpi
  72. *SetResolution 635dpi: "
  73.   count 0 eq {  % is the password on the stack?
  74.     true 
  75.   }{
  76.     dup    % potential password
  77.     statusdict begin checkpassword end not
  78.   } ifelse 
  79.   {  %  if no password or not valid 
  80.     (WARNING : Cannot set the resolution.) = 
  81.     (Password supplied is not valid.) = 
  82.     (Please contact the author of this software.) = flush
  83.     quit
  84.   } if 
  85.   256 string
  86.   statusdict begin li5backendparams end
  87.   length 0 eq 
  88.   { 
  89.     (WARNING : Cannot set the resolution through software) = flush
  90.     quit
  91.   } if
  92.   serverdict begin exitserver
  93.   statusdict begin 635 setresolution end
  94. "
  95. *End
  96. *SetResolution 1270dpi: "
  97.   count 0 eq {  % is the password on the stack?
  98.     true 
  99.   }{
  100.     dup    % potential password
  101.     statusdict begin checkpassword end not
  102.   } ifelse 
  103.   {  %  if no password or not valid 
  104.     (WARNING : Cannot set the resolution.) = 
  105.     (Password supplied is not valid.) = 
  106.     (Please contact the author of this software.) = flush
  107.     quit
  108.   } if 
  109.   256 string
  110.   statusdict begin li5backendparams end
  111.   length 0 eq 
  112.   { 
  113.     (WARNING : Cannot set the resolution through software) = flush
  114.     quit
  115.   } if
  116.   serverdict begin exitserver
  117.   statusdict begin 1270 setresolution end
  118. "
  119. *End
  120. *SetResolution 2540dpi: "
  121.   count 0 eq {  % is the password on the stack?
  122.     true 
  123.   }{
  124.     dup    % potential password
  125.     statusdict begin checkpassword end not
  126.   } ifelse 
  127.   {  %  if no password or not valid 
  128.     (WARNING : Cannot set the resolution.) = 
  129.     (Password supplied is not valid.) = 
  130.     (Please contact the author of this software.) = flush
  131.     quit
  132.   } if 
  133.   256 string
  134.   statusdict begin li5backendparams end
  135.   length 0 eq 
  136.   { 
  137.     (WARNING : Cannot set the resolution through software) = flush
  138.     quit
  139.   } if
  140.   serverdict begin exitserver
  141.   statusdict begin 2540 setresolution end
  142. "
  143. *End
  144. *?Resolution: "
  145. save
  146.   statusdict begin resolution end
  147.   128 string cvs print(dpi)= flush
  148. restore
  149. "
  150. *End
  151.  
  152. *% Halftone Information ===============
  153. *ScreenFreq: "90.0"
  154. *ScreenAngle: "45.0"
  155. *DefaultScreenProc: Dot
  156. *ScreenProc Dot: "
  157. {abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1
  158. sub }{dup mul exch dup mul add 1 exch sub }ifelse }
  159. "
  160. *End
  161. *ScreenProc Line: "{ pop }"
  162.  
  163. *DefaultTransfer: Null
  164. *Transfer Null: "{ }"
  165. *Transfer Null.Inverse: "{ 1 exch sub }"
  166. *Transfer Normalized: "
  167. {
  168. mark
  169. 1.0 1.0 .92 .76 .64 .54 .44 .36 .28 .2 .1 .0
  170. counttomark dup 3 add -1 roll exch
  171. 2 sub mul dup floor cvi
  172. dup 3 1 roll sub
  173. exch dup
  174. 3 add index exch 2 add index dup
  175. 4 1 roll
  176. sub mul add
  177. counttomark 1 add 1 roll
  178. cleartomark
  179. } bind
  180. "
  181. *End
  182. *Transfer Normalized.Inverse: "
  183. {
  184. mark
  185. .0 .0 .1 .2 .28 .36 .44 .54 .64 .76 .92 1.0
  186. counttomark dup 3 add -1 roll exch
  187. 2 sub mul dup floor cvi
  188. dup 3 1 roll sub
  189. exch dup
  190. 3 add index exch 2 add index dup
  191. 4 1 roll
  192. sub mul add
  193. counttomark 1 add 1 roll
  194. cleartomark
  195. } bind
  196. "
  197. *End
  198.  
  199. *% Paper Handling ===================
  200.  
  201. *% Use these entries to set paper size most of the time, unless there is
  202. *% specific reason to use PageRegion or PaperTray.
  203. *DefaultPageSize: Letter
  204. *PageSize Letter: "letter"
  205. *PageSize Legal: "legal"
  206. *PageSize Note: "note"
  207. *PageSize Ledger: "ledger"
  208. *PageSize Tabloid: "11x17"
  209. *PageSize A3: "a3"
  210. *PageSize A4: "a4"
  211. *PageSize A5: "a5"
  212. *PageSize B5: "b5"
  213. *PageSize Letter.Transverse: "Letter"
  214. *PageSize A4.Transverse: "A4"
  215. *PageSize A5.Transverse: "A5"
  216. *PageSize B5.Transverse: "B5"
  217. *?PageSize: "
  218.   save
  219.     /d0 5 dict def d0 begin    
  220.       /420_596    (A5.Transverse)    def
  221.       /499_709     (B5.Transverse)    def
  222.       /596_840     (A4.Transverse)    def
  223.       /612_792    (Letter.Transverse)    def
  224.       /1224_792    (Ledger) def
  225.     end
  226.     /d1 7 dict def d1 begin    
  227.       /596_420     (A5) def
  228.       /709_499     (B5) def
  229.       /792_612     (Letter) def
  230.       /842_596     (A4) def
  231.       /1008_612    (Legal) def
  232.       /1191_840    (A3) def
  233.       /1224_792    (Tabloid) def
  234.     end
  235.     statusdict begin pageparams end
  236.     4 1 roll pop
  237.     /high exch 10 string cvs dup length /hlen exch def def
  238.     /wide exch 10 string cvs def
  239.     /key hlen 1 add wide length add string def
  240.     key 0 high putinterval
  241.     key hlen (_) putinterval
  242.     key hlen 1 add wide putinterval
  243.     0 eq{d0}{d1}ifelse
  244.     key cvn{get}stopped{(Unknown)}if
  245.     = flush
  246.   restore
  247. "
  248. *End
  249.  
  250. *% Default Paper Handling Features
  251. *% Because the Linotronics are roll-fed machines, most of these features
  252. *% have values of "None".  None of them have related invocation keywords.
  253. *DefaultPaperTray: None
  254. *DefaultOutputBin: Upper
  255. *DefaultInputSlot: None
  256. *DefaultManualFeed: None
  257. *DefaultOutputOrder: Normal
  258. *DefaultCollator: None
  259. *DefaultSorter: None
  260. *DefaultDuplex: None
  261.  
  262. *% The following entries provide information about specific paper keywords.
  263. *DefaultImageableArea: Letter
  264. *ImageableArea Letter: "0 1 612 792 "
  265. *ImageableArea Legal: "0 1 612 1008 "
  266. *ImageableArea Note: "0 1 612 792 "
  267. *ImageableArea Ledger: "0 0 1223 792 "
  268. *ImageableArea Tabloid: "0 1 792 1224 "
  269. *ImageableArea A3: "0 1 840 1191 "
  270. *ImageableArea A4: "0 1 596 842 "
  271. *ImageableArea A5: "0 1 420 596 "
  272. *ImageableArea B5: "0 1 499 709 "
  273. *ImageableArea Letter.Transverse: "0 0 611 792 "
  274. *ImageableArea A4.Transverse: "0 0 595 840 "
  275. *ImageableArea A5.Transverse: "0 0 419 596 "
  276. *ImageableArea B5.Transverse: "0 0 498 709 "
  277. *?ImageableArea: "
  278.  save /cvp { cvi (            ) cvs print ( ) print } bind def
  279.   newpath clippath pathbbox
  280.   4 -2 roll exch 2 {ceiling cvp} repeat
  281.   exch 2 {floor cvp} repeat flush
  282.  restore
  283. "
  284. *End
  285.  
  286. *% These provide the physical dimensions of the paper (by keyword)
  287. *DefaultPaperDimension: Letter
  288. *PaperDimension Letter: "612 792"
  289. *PaperDimension Legal: "612 1008"
  290. *PaperDimension Note: "612 792"
  291. *PaperDimension Ledger: "1224 792"
  292. *PaperDimension Tabloid: "792 1224"
  293. *PaperDimension A3: "842 1190"
  294. *PaperDimension A4: "595 842"
  295. *PaperDimension A5: "420 595"
  296. *PaperDimension B5: "516 729"
  297. *PaperDimension Letter.Transverse: "792 612"
  298. *PaperDimension A4.Transverse: "842 595"
  299. *PaperDimension A5.Transverse: "595 420"
  300. *PaperDimension B5.Transverse: "729 516"
  301.  
  302.  
  303. *% Font Information =====================
  304.  
  305. *DefaultFont: Courier
  306. *Font Courier: Standard "(001.004)"
  307. *Font Courier-Bold: Standard "(001.004)"
  308. *Font Courier-BoldOblique: Standard "(001.004)"
  309. *Font Courier-Oblique: Standard "(001.004)"
  310. *Font Helvetica: Standard "(001.001)"
  311. *Font Helvetica-Bold: Standard "(001.001)"
  312. *Font Helvetica-BoldOblique: Standard "(001.001)"
  313. *Font Helvetica-Oblique: Standard "(001.001)"
  314. *Font Symbol: Special "(001.001)"
  315. *Font Times-Bold: Standard "(001.001)"
  316. *Font Times-BoldItalic: Standard "(001.001)"
  317. *Font Times-Italic: Standard "(001.001)"
  318. *Font Times-Roman: Standard "(001.001)"
  319. *?FontQuery: "
  320. save  4 dict begin /sv exch def
  321. /str (fonts/                              ) def
  322. /st2 128 string def
  323. {
  324.   count 0 gt {
  325.     dup st2 cvs (/) print print (:) print
  326.     dup FontDirectory exch known {pop (Yes)}{
  327.      str exch st2 cvs dup length /len exch def
  328.      6 exch putinterval str 0 len 6 add getinterval mark exch
  329.      { } st2 filenameforall counttomark 0 gt {
  330.       cleartomark (Yes)}{cleartomark (No)}ifelse
  331.     }ifelse = flush
  332.   }{ exit } ifelse
  333. } bind loop
  334. (*) = flush
  335. sv end restore
  336. "
  337. *End
  338.  
  339. *?FontList: "
  340. save  2 dict begin /sv exch def
  341. /str 128 string def
  342. FontDirectory { pop == } bind forall flush
  343. /filenameforall where { 
  344.  pop save (fonts/*) { 
  345.   dup length 6 sub 6 exch getinterval cvn == 
  346.  } bind str filenameforall flush restore
  347. } if 
  348. (*) = flush
  349. sv end restore
  350. "
  351. *End
  352.  
  353. *% Printer Messages (verbatim from printer):
  354. *Message: "%%[ exitserver: permanent state may be changed ]%%"
  355. *Message: "%%[ Flushing: rest of job (to end-of-file) will be ignored ]%%"
  356. *Message: "\FontName\ not found, using Courier"
  357.  
  358. *% Status (format: %%[ status: <one of these> ]%% )
  359. *Status: "idle"
  360. *Status: "busy"
  361. *Status: "waiting"
  362. *Status: "printing"
  363. *Status: "warming up"
  364. *Status: "PrinterError: recorder idle"
  365. *Status: "PrinterError: recorder busy"
  366. *Status: "PrinterError: recorder offline or film problem"
  367. *Status: "PrinterError: recorder not responding"
  368. *Status: "PrinterError: page too large at current resolution"
  369. *Status: "PrinterError: knife not in end position"
  370. *Status: "PrinterError: cassette error"
  371. *Status: "PrinterError: change cassette"
  372. *Status: "PrinterError: knife error"
  373. *Status: "PrinterError: no cassette"
  374. *Status: "PrinterError: end of film"
  375. *Status: "PrinterError: end of job"
  376.  
  377. *% Input Sources (format: %%[ status: <stat>; source: <one of these> ]%% )
  378. *Source: "serial9"
  379. *Source: "serial25"
  380. *Source: "AppleTalk"
  381. *Source: "Centronics"
  382.  
  383. *% Printer Error (format: %%[ PrinterError: <one of these> ]%%)
  384. *PrinterError: "recorder idle"
  385. *PrinterError: "recorder busy"
  386. *PrinterError: "recorder offline or film problem"
  387. *PrinterError: "recorder not responding"
  388. *PrinterError: "page too large at current resolution"
  389. *PrinterError: "knife not in end position"
  390. *PrinterError: "cassette error"
  391. *PrinterError: "change cassette"
  392. *PrinterError: "knife error"
  393. *PrinterError: "no cassette"
  394. *PrinterError: "end of film"
  395. *PrinterError: "end of job"
  396.  
  397. *%DeviceAdjustMatrix: "[1 0 0 1 0 0]"
  398.  
  399. *% Color Separation Information =====================
  400.  
  401. *DefaultColorSep: ProcessBlack.128lpi.1270dpi/128 lpi / 1270 dpi
  402.  
  403. *InkName: ProcessBlack/Process Black
  404. *InkName: CustomColor/Custom Color
  405. *InkName: ProcessCyan/Process Cyan
  406. *InkName: ProcessMagenta/Process Magenta
  407. *InkName: ProcessYellow/Process Yellow
  408.  
  409. *% For 90 lpi / 635 dpi (5,5,2,6,6,2,20/3,0) ===============================
  410.  
  411. *ColorSepScreenAngle ProcessBlack.90lpi.635dpi/90 lpi / 635 dpi: "45.0"
  412. *ColorSepScreenAngle CustomColor.90lpi.635dpi/90 lpi / 635 dpi: "45.0"
  413. *ColorSepScreenAngle ProcessCyan.90lpi.635dpi/90 lpi / 635 dpi: "71.5651"
  414. *ColorSepScreenAngle ProcessMagenta.90lpi.635dpi/90 lpi / 635 dpi: "18.4349"
  415. *ColorSepScreenAngle ProcessYellow.90lpi.635dpi/90 lpi / 635 dpi: "0.0"
  416.  
  417. *ColorSepScreenFreq ProcessBlack.90lpi.635dpi/90 lpi / 635 dpi: "89.8026"
  418. *ColorSepScreenFreq CustomColor.90lpi.635dpi/90 lpi / 635 dpi: "89.8026"
  419. *ColorSepScreenFreq ProcessCyan.90lpi.635dpi/90 lpi / 635 dpi: "100.402"
  420. *ColorSepScreenFreq ProcessMagenta.90lpi.635dpi/90 lpi / 635 dpi: "100.402"
  421. *ColorSepScreenFreq ProcessYellow.90lpi.635dpi/90 lpi / 635 dpi: "31.75"
  422.  
  423. *ColorSepScreenProc ProcessYellow.90lpi.635dpi/90 lpi / 635 dpi: "
  424. {1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch 
  425. 1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch 
  426. abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  427. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  428. *End
  429.  
  430. *% For 75 lpi / 635 dpi =====================================================
  431.  
  432. *ColorSepScreenAngle ProcessBlack.75lpi.635dpi/75 lpi / 635 dpi: "45.0"
  433. *ColorSepScreenAngle CustomColor.75lpi.635dpi/75 lpi / 635 dpi: "45.0"
  434. *ColorSepScreenAngle ProcessCyan.75lpi.635dpi/75 lpi / 635 dpi: "71.5651"
  435. *ColorSepScreenAngle ProcessMagenta.75lpi.635dpi/75 lpi / 635 dpi: "18.4349"
  436. *ColorSepScreenAngle ProcessYellow.75lpi.635dpi/75 lpi / 635 dpi: "0.0"
  437.  
  438. *ColorSepScreenFreq ProcessBlack.75lpi.635dpi/75 lpi / 635 dpi: "74.8355"
  439. *ColorSepScreenFreq CustomColor.75lpi.635dpi/75 lpi / 635 dpi: "74.8355"
  440. *ColorSepScreenFreq ProcessCyan.75lpi.635dpi/75 lpi / 635 dpi: "66.9349"
  441. *ColorSepScreenFreq ProcessMagenta.75lpi.635dpi/75 lpi / 635 dpi: "66.9349"
  442. *ColorSepScreenFreq ProcessYellow.75lpi.635dpi/75 lpi / 635 dpi: "70.5556"
  443.  
  444. *% For 128 lpi / 1270 dpi (7,7,4,11,11,4,11,0) ===============================
  445.  
  446. *ColorSepScreenAngle ProcessBlack.128lpi.1270dpi/128 lpi / 1270 dpi: "45.0"
  447. *ColorSepScreenAngle CustomColor.128lpi.1270dpi/128 lpi / 1270 dpi: "45.0"
  448. *ColorSepScreenAngle ProcessCyan.128lpi.1270dpi/128 lpi / 1270 dpi: "70.0169"
  449. *ColorSepScreenAngle ProcessMagenta.128lpi.1270dpi/128 lpi / 1270 dpi: "19.9831"
  450. *ColorSepScreenAngle ProcessYellow.128lpi.1270dpi/128 lpi / 1270 dpi: "0.0"
  451.  
  452. *ColorSepScreenFreq ProcessBlack.128lpi.1270dpi/128 lpi / 1270 dpi: "128.289"
  453. *ColorSepScreenFreq CustomColor.128lpi.1270dpi/128 lpi / 1270 dpi: "128.289"
  454. *ColorSepScreenFreq ProcessCyan.128lpi.1270dpi/128 lpi / 1270 dpi: "108.503"
  455. *ColorSepScreenFreq ProcessMagenta.128lpi.1270dpi/128 lpi / 1270 dpi: "108.503"
  456. *ColorSepScreenFreq ProcessYellow.128lpi.1270dpi/128 lpi / 1270 dpi: "115.455"
  457.  
  458. *% For 112 lpi / 1270 dpi ===================================================
  459.  
  460. *ColorSepScreenAngle ProcessBlack.112lpi.1270dpi/112 lpi / 1270 dpi: "45.0"
  461. *ColorSepScreenAngle CustomColor.112lpi.1270dpi/112 lpi / 1270 dpi: "45.0"
  462. *ColorSepScreenAngle ProcessCyan.112lpi.1270dpi/112 lpi / 1270 dpi: "71.5651"
  463. *ColorSepScreenAngle ProcessMagenta.112lpi.1270dpi/112 lpi / 1270 dpi: "18.4349"
  464. *ColorSepScreenAngle ProcessYellow.112lpi.1270dpi/112 lpi / 1270 dpi: "0.0"
  465.  
  466. *ColorSepScreenFreq ProcessBlack.112lpi.1270dpi/112 lpi / 1270 dpi: "112.253"
  467. *ColorSepScreenFreq CustomColor.112lpi.1270dpi/112 lpi / 1270 dpi: "112.253"
  468. *ColorSepScreenFreq ProcessCyan.112lpi.1270dpi/112 lpi / 1270 dpi: "100.402"
  469. *ColorSepScreenFreq ProcessMagenta.112lpi.1270dpi/112 lpi / 1270 dpi: "100.402"
  470. *ColorSepScreenFreq ProcessYellow.112lpi.1270dpi/112 lpi / 1270 dpi: "105.833"
  471.  
  472. *% For 90 lpi / 1270 dpi (10,10,4,12,12,4,40/3,0) ===========================
  473.  
  474. *ColorSepScreenAngle ProcessBlack.90lpi.1270dpi/90 lpi / 1270 dpi: "45.0"
  475. *ColorSepScreenAngle CustomColor.90lpi.1270dpi/90 lpi / 1270 dpi: "45.0"
  476. *ColorSepScreenAngle ProcessCyan.90lpi.1270dpi/90 lpi / 1270 dpi: "71.5651"
  477. *ColorSepScreenAngle ProcessMagenta.90lpi.1270dpi/90 lpi / 1270 dpi: "18.4349"
  478. *ColorSepScreenAngle ProcessYellow.90lpi.1270dpi/90 lpi / 1270 dpi: "0.0"
  479.  
  480. *ColorSepScreenFreq ProcessBlack.90lpi.1270dpi/90 lpi / 1270 dpi: "89.8026"
  481. *ColorSepScreenFreq CustomColor.90lpi.1270dpi/90 lpi / 1270 dpi: "89.8026"
  482. *ColorSepScreenFreq ProcessCyan.90lpi.1270dpi/90 lpi / 1270 dpi: "100.402"
  483. *ColorSepScreenFreq ProcessMagenta.90lpi.1270dpi/90 lpi / 1270 dpi: "100.402"
  484. *ColorSepScreenFreq ProcessYellow.90lpi.1270dpi/90 lpi / 1270 dpi: "31.75"
  485.  
  486. *ColorSepScreenProc ProcessYellow.90lpi.1270dpi/90 lpi / 1270 dpi: "
  487. {1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch 
  488. 1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch 
  489. abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  490. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  491. *End
  492.  
  493. *% For 150 lpi / 2540 dpi ===================================================
  494.  
  495. *ColorSepScreenAngle ProcessBlack.150lpi.2540dpi/150 lpi / 2540 dpi: "45.0"
  496. *ColorSepScreenAngle CustomColor.150lpi.2540dpi/150 lpi / 2540 dpi: "45.0"
  497. *ColorSepScreenAngle ProcessCyan.150lpi.2540dpi/150 lpi / 2540 dpi: "71.5651"
  498. *ColorSepScreenAngle ProcessMagenta.150lpi.2540dpi/150 lpi / 2540 dpi: "18.4349"
  499. *ColorSepScreenAngle ProcessYellow.150lpi.2540dpi/150 lpi / 2540 dpi: "0.0"
  500.  
  501. *ColorSepScreenFreq ProcessBlack.150lpi.2540dpi/150 lpi / 2540 dpi: "149.671"
  502. *ColorSepScreenFreq CustomColor.150lpi.2540dpi/150 lpi / 2540 dpi: "149.671"
  503. *ColorSepScreenFreq ProcessCyan.150lpi.2540dpi/150 lpi / 2540 dpi: "133.87"
  504. *ColorSepScreenFreq ProcessMagenta.150lpi.2540dpi/150 lpi / 2540 dpi: "133.87"
  505. *ColorSepScreenFreq ProcessYellow.150lpi.2540dpi/150 lpi / 2540 dpi: "141.111"
  506.  
  507. *% For 128 lpi / 2540 dpi ===================================================
  508.  
  509. *ColorSepScreenAngle ProcessBlack.128lpi.2540dpi/128 lpi / 2540 dpi: "45.0"
  510. *ColorSepScreenAngle CustomColor.128lpi.2540dpi/128 lpi / 2540 dpi: "45.0"
  511. *ColorSepScreenAngle ProcessCyan.128lpi.2540dpi/128 lpi / 2540 dpi: "71.5651"
  512. *ColorSepScreenAngle ProcessMagenta.128lpi.2540dpi/128 lpi / 2540 dpi: "18.4349"
  513. *ColorSepScreenAngle ProcessYellow.128lpi.2540dpi/128 lpi / 2540 dpi: "0.0"
  514.  
  515. *ColorSepScreenFreq ProcessBlack.128lpi.2540dpi/128 lpi / 2540 dpi: "128.289"
  516. *ColorSepScreenFreq CustomColor.128lpi.2540dpi/128 lpi / 2540 dpi: "128.289"
  517. *ColorSepScreenFreq ProcessCyan.128lpi.2540dpi/128 lpi / 2540 dpi: "114.746"
  518. *ColorSepScreenFreq ProcessMagenta.128lpi.2540dpi/128 lpi / 2540 dpi: "114.746"
  519. *ColorSepScreenFreq ProcessYellow.128lpi.2540dpi/128 lpi / 2540 dpi: "120.952"
  520.  
  521. *% For 120 lpi / 2540 dpi (15,15,6,18,18,6,20,0) =============================
  522.  
  523. *ColorSepScreenAngle ProcessBlack.120lpi.2540dpi/120 lpi / 2540 dpi: "45.0"
  524. *ColorSepScreenAngle CustomColor.120lpi.2540dpi/120 lpi / 2540 dpi: "45.0"
  525. *ColorSepScreenAngle ProcessCyan.120lpi.2540dpi/120 lpi / 2540 dpi: "71.5651"
  526. *ColorSepScreenAngle ProcessMagenta.120lpi.2540dpi/120 lpi / 2540 dpi: "18.4349"
  527. *ColorSepScreenAngle ProcessYellow.120lpi.2540dpi/120 lpi / 2540 dpi: "0.0"
  528.  
  529. *ColorSepScreenFreq ProcessBlack.120lpi.2540dpi/120 lpi / 2540 dpi: "119.737"
  530. *ColorSepScreenFreq CustomColor.120lpi.2540dpi/120 lpi / 2540 dpi: "119.737"
  531. *ColorSepScreenFreq ProcessCyan.120lpi.2540dpi/120 lpi / 2540 dpi: "133.87"
  532. *ColorSepScreenFreq ProcessMagenta.120lpi.2540dpi/120 lpi / 2540 dpi: "133.87"
  533. *ColorSepScreenFreq ProcessYellow.120lpi.2540dpi/120 lpi / 2540 dpi: "127.0"
  534.  
  535. *% For 112 lpi / 2540 dpi ===================================================
  536.  
  537. *ColorSepScreenAngle ProcessBlack.112lpi.2540dpi/112 lpi / 2540 dpi: "45.0"
  538. *ColorSepScreenAngle CustomColor.112lpi.2540dpi/112 lpi / 2540 dpi: "45.0"
  539. *ColorSepScreenAngle ProcessCyan.112lpi.2540dpi/112 lpi / 2540 dpi: "71.5651"
  540. *ColorSepScreenAngle ProcessMagenta.112lpi.2540dpi/112 lpi / 2540 dpi: "18.4349"
  541. *ColorSepScreenAngle ProcessYellow.112lpi.2540dpi/112 lpi / 2540 dpi: "0.0"
  542.  
  543. *ColorSepScreenFreq ProcessBlack.112lpi.2540dpi/112 lpi / 2540 dpi: "112.253"
  544. *ColorSepScreenFreq CustomColor.112lpi.2540dpi/112 lpi / 2540 dpi: "112.253"
  545. *ColorSepScreenFreq ProcessCyan.112lpi.2540dpi/112 lpi / 2540 dpi: "100.402"
  546. *ColorSepScreenFreq ProcessMagenta.112lpi.2540dpi/112 lpi / 2540 dpi: "100.402"
  547. *ColorSepScreenFreq ProcessYellow.112lpi.2540dpi/112 lpi / 2540 dpi: "105.833"
  548.  
  549. *% For 90 lpi / 2540 dpi (20,20,8,24,24,8,80/3,0) ============================
  550.  
  551. *ColorSepScreenAngle ProcessBlack.90lpi.2540dpi/90 lpi / 2540 dpi: "45.0"
  552. *ColorSepScreenAngle CustomColor.90lpi.2540dpi/90 lpi / 2540 dpi: "45.0"
  553. *ColorSepScreenAngle ProcessCyan.90lpi.2540dpi/90 lpi / 2540 dpi: "71.5651"
  554. *ColorSepScreenAngle ProcessMagenta.90lpi.2540dpi/90 lpi / 2540 dpi: "18.4349"
  555. *ColorSepScreenAngle ProcessYellow.90lpi.2540dpi/90 lpi / 2540 dpi: "0.0"
  556.  
  557. *ColorSepScreenFreq ProcessBlack.90lpi.2540dpi/90 lpi / 2540 dpi: "89.8026"
  558. *ColorSepScreenFreq CustomColor.90lpi.2540dpi/90 lpi / 2540 dpi: "89.8026"
  559. *ColorSepScreenFreq ProcessCyan.90lpi.2540dpi/90 lpi / 2540 dpi: "100.402"
  560. *ColorSepScreenFreq ProcessMagenta.90lpi.2540dpi/90 lpi / 2540 dpi: "100.402"
  561. *ColorSepScreenFreq ProcessYellow.90lpi.2540dpi/90 lpi / 2540 dpi: "31.75"
  562.  
  563. *ColorSepScreenProc ProcessYellow.90lpi.2540dpi/90 lpi / 2540 dpi: "
  564. {1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch 
  565. 1 add 2 div 3 mul dup floor sub 2 mul 1 sub exch 
  566. abs exch abs 2 copy add 1 gt {1 sub dup mul exch 1 sub dup mul add 1 
  567. sub }{dup mul exch dup mul add 1 exch sub }ifelse }"
  568. *End
  569.  
  570. *% end of PPD file for Linotype
  571.